翻訳と辞書
Words near each other
・ comma separated values
・ command
・ command control processor
・ command interpreter
・ command key
・ command line interface
・ command line option
・ command-line interpreter
・ commen
・ comment
comment out
・ commercial at
・ commercial internet exchange
・ commercial off-the-shelf software
・ commercial software
・ commercial translator
・ committed data rate
・ committed information rate
・ commodore 1010
・ commodore 128


Dictionary Lists
翻訳と辞書 辞書検索 [ 開発暫定版 ]
スポンサード リンク

comment out : FOLDOC
comment out
To surround a section of code with comment delimiters or to prefix every line in the section with a comment marker. This prevents it from being compiled or interpreted. It is often done to temporarily disable the code, e.g. during debugging or when the code is redundant or obsolete, but is being left in the source to make the intent of the active code clearer.
The word "comment" is sometimes replaced with whatever syntax is used to mark comments in the language in question, e.g. "hash out" (shell script, Perl), "REM out" (BASIC), etc.
Compare condition out.
[Jargon File]
(1998-04-28)



スポンサード リンク
翻訳と辞書 : 翻訳のためのインターネットリソース

Copyright(C) kotoba.ne.jp 1997-2016. All Rights Reserved.